All Questions
Tagged with implementationsapi
2 questions
5votes
1answer
5kviews
Handling Slow External API's in Web Application
So I have got an application that during various steps during a user's process will transmit and receive data from external API's. Currently the way this is handled is fairly rudimentary. There ...
3votes
1answer
212views
Legal aspects of Java specification implementations in other programming languages
I am planning to implement an official Java specification in a different programming language. Would this be a copyright violation? Hypothetical examples: a JMX "wrapper" library for C++ which can ...